home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / rfileu10.zip / DESC.BTM < prev    next >
Text File  |  1993-05-06  |  833b  |  14 lines

  1. @echo off
  2. echo Describing your files, press Control-C to abort.
  3. pause
  4. if "%@descript[readme.txt]" == "" describe readme.txt "General information for Rickis DOS utilities"
  5. if "%@descript[cat.exe]" == "" describe cat.exe "CAT (TYPE replacement) executable"
  6. if "%@descript[cat.doc]" == "" describe cat.doc "CAT documentation"
  7. if "%@descript[hd.exe]" == "" describe hd.exe "HD (Hex Hump) executable"
  8. if "%@descript[hd.doc]" == "" describe hd.doc "HD documentation"
  9. if "%@descript[strings.exe]" == "" describe strings.exe "STRINGS (printable string searcher) executable"
  10. if "%@descript[strings.doc]" == "" describe strings.doc "STRINGS documentation"
  11. if "%@descript[tee.exe]" == "" describe tee.exe "TEE (output duplicator) executable"
  12. if "%@descript[tee.doc]" == "" describe tee.doc "TEE documentation"
  13. *del /p %@search[%0]
  14.